﻿2026-07-01T11:06:02.3544309Z ##[group]Run actions/checkout@v5
2026-07-01T11:06:02.3544780Z with:
2026-07-01T11:06:02.3545124Z   repository: SaberMage/spt-core
2026-07-01T11:06:02.3548503Z   token: ***
2026-07-01T11:06:02.3548839Z   ssh-strict: true
2026-07-01T11:06:02.3549304Z   ssh-user: git
2026-07-01T11:06:02.3549666Z   persist-credentials: true
2026-07-01T11:06:02.3550052Z   clean: true
2026-07-01T11:06:02.3550401Z   sparse-checkout-cone-mode: true
2026-07-01T11:06:02.3550944Z   fetch-depth: 1
2026-07-01T11:06:02.3551405Z   fetch-tags: false
2026-07-01T11:06:02.3551922Z   show-progress: true
2026-07-01T11:06:02.3552391Z   lfs: false
2026-07-01T11:06:02.3552829Z   submodules: false
2026-07-01T11:06:02.3553321Z   set-safe-directory: true
2026-07-01T11:06:02.3553777Z env:
2026-07-01T11:06:02.3554200Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-01T11:06:02.3554811Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-01T11:06:02.3555312Z ##[endgroup]
2026-07-01T11:06:02.4333998Z Syncing repository: SaberMage/spt-core
2026-07-01T11:06:02.4335519Z ##[group]Getting Git version info
2026-07-01T11:06:02.4336195Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-01T11:06:02.4337017Z [command]/usr/bin/git version
2026-07-01T11:06:02.4337435Z git version 2.43.0
2026-07-01T11:06:02.4343571Z ##[endgroup]
2026-07-01T11:06:02.4354080Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/0e5245f5-6ccc-43d6-8072-02560bcaf50b' before making global git config changes
2026-07-01T11:06:02.4355225Z Adding repository directory to the temporary git global config as a safe directory
2026-07-01T11:06:02.4357077Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-01T11:06:02.4387690Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-01T11:06:02.4406225Z https://github.com/SaberMage/spt-core
2026-07-01T11:06:02.4415564Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-01T11:06:02.4418032Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-01T11:06:02.4440655Z HEAD
2026-07-01T11:06:02.4469957Z ##[endgroup]
2026-07-01T11:06:02.4471171Z [command]/usr/bin/git submodule status
2026-07-01T11:06:02.4661601Z ##[group]Cleaning the repository
2026-07-01T11:06:02.4664299Z [command]/usr/bin/git clean -ffdx
2026-07-01T11:06:04.8072119Z Removing target/
2026-07-01T11:06:04.8081894Z [command]/usr/bin/git reset --hard HEAD
2026-07-01T11:06:04.8326596Z HEAD is now at 66137930b Merge d819a522816b569ada0165e9481241089db573fc into 461e6fe744d99cb967e052a8ecb3b14bbea3d4f2
2026-07-01T11:06:04.8332700Z ##[endgroup]
2026-07-01T11:06:04.8334904Z ##[group]Disabling automatic garbage collection
2026-07-01T11:06:04.8338076Z [command]/usr/bin/git config --local gc.auto 0
2026-07-01T11:06:04.8366513Z ##[endgroup]
2026-07-01T11:06:04.8367148Z ##[group]Setting up auth
2026-07-01T11:06:04.8372636Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-01T11:06:04.8400522Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-01T11:06:04.8597597Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-01T11:06:04.8624920Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-01T11:06:04.8811566Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-01T11:06:04.8837039Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-01T11:06:04.9021990Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-01T11:06:04.9051508Z ##[endgroup]
2026-07-01T11:06:04.9052083Z ##[group]Fetching the repository
2026-07-01T11:06:04.9058101Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +66137930bb69e0edaf305018643d6e9bd77ff064:refs/remotes/pull/41/merge
2026-07-01T11:06:05.4530618Z ##[endgroup]
2026-07-01T11:06:05.4531201Z ##[group]Determining the checkout info
2026-07-01T11:06:05.4533348Z ##[endgroup]
2026-07-01T11:06:05.4535872Z [command]/usr/bin/git sparse-checkout disable
2026-07-01T11:06:05.4573798Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-01T11:06:05.4600286Z ##[group]Checking out the ref
2026-07-01T11:06:05.4608070Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/41/merge
2026-07-01T11:06:05.4654350Z HEAD is now at 66137930b Merge d819a522816b569ada0165e9481241089db573fc into 461e6fe744d99cb967e052a8ecb3b14bbea3d4f2
2026-07-01T11:06:05.4658023Z ##[endgroup]
2026-07-01T11:06:05.4690329Z [command]/usr/bin/git log -1 --format=%H
2026-07-01T11:06:05.4711511Z 66137930bb69e0edaf305018643d6e9bd77ff064
